home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Net Power 1996 March
/
Net Power 03 (March 1996).iso
/
prodigy
/
demo
/
dylan.dxr
/
00002.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-10-24
|
210 b
|
8 lines
on enterFrame
global gNameOfSoundFile, gChannelForSound, gNextCueIndex
set gNextCueIndex to 2
sound playFile gChannelForSound, gNameOfSoundFile
startTimer()
set gNextCueIndex to gNextCueIndex + 1
end